home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 December / PCWorld_2003-12_cd.bin / Software / Vyzkuste / saproxy / SAproxyInstaller.exe / {app} / manual / style.css < prev   
Cascading Style Sheet File  |  2003-02-15  |  284b  |  21 lines

  1. html, body {
  2.     color: black;
  3.     background: white;
  4.     font-family: Verdana, Arial, sans-serif;
  5. }
  6.  
  7. #header {
  8.         width: 100%;
  9.         height: 70px;
  10.         margin: 0;
  11. }
  12.  
  13. #navigation {
  14.         border: 2px solid #000000;
  15.         color: black;
  16.         background: #cccccc;
  17. }
  18.  
  19. #content {
  20. }
  21.